Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] printbox (5 packages) (0.12) #26655

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

c-cube
Copy link
Contributor

@c-cube c-cube commented Oct 2, 2024

Allows to print nested boxes, lists, arrays, tables in several formats

CHANGES:

@shonfeder
Copy link
Collaborator

Thanks for the update! Looks like there may be a missing dependency?

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/3: [printbox-html: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "printbox-html" "-j" "39" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/printbox-html.0.12)
- File "dune", line 3, characters 21-34:
- 3 |  (libraries printbox printbox-text printbox-html)
-                          ^^^^^^^^^^^^^
- Error: Library "printbox-text" not found.
- -> required by _build/default/mdx_gen.bc.exe
- -> required by _build/default/.mdx/README.md.corrected
- -> required by alias runtest in dune:1
[ERROR] The compilation of printbox-html.0.12 failed at "dune build -p printbox-html -j 39 @install @runtest".

CHANGES:

- Remove fallback to and dependency on `printbox-html` from `printbox-md` (@lukstafi)
- introduce notion of extensions (@lukstafi)
- add `printbox-ext-plot` extension for text and HTML plots (@lukstafi)
- feat: add `?stretch` param to `frame`

- fix c-cube/printbox#45, problem with nested frames
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nested frames have longer horizontal lines that match their parent
2 participants